home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / regstr.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  862 b   |  31 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'RegStr.pas' rev: 3.00
  6.  
  7. #ifndef RegStrHPP
  8. #define RegStrHPP
  9. #include <Windows.hpp>
  10. #include <SysInit.hpp>
  11. #include <System.hpp>
  12.  
  13. //-- user supplied -----------------------------------------------------------
  14. #include <regstr.h>
  15.  
  16. namespace Regstr
  17. {
  18. //-- type declarations -------------------------------------------------------
  19. typedef _DSKTLSYSTEMTIME *PDSKTLSystemTime;
  20.  
  21. typedef _DSKTLSYSTEMTIME  TDSKTLSystemTime;
  22.  
  23. //-- var, const, procedure ---------------------------------------------------
  24.  
  25. }    /* namespace Regstr */
  26. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  27. using namespace Regstr;
  28. #endif
  29. //-- end unit ----------------------------------------------------------------
  30. #endif    // RegStr
  31.